home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / inkscape / extensions / motion.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2010-03-12  |  820 b   |  19 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>Motion</_name>
  4.     <id>org.ekips.filter.motion</id>
  5.     <dependency type="executable" location="extensions">motion.py</dependency>
  6.     <dependency type="executable" location="extensions">inkex.py</dependency>
  7.     <param name="magnitude" type="float" min="0" max="1000" _gui-text="Magnitude">100</param>
  8.     <param name="angle" type="float" min="0.0" max="360.0" _gui-text="Angle">45</param>
  9.     <effect>
  10.         <object-type>path</object-type>
  11.                 <effects-menu>
  12.                     <submenu _name="Generate from Path"/>
  13.                 </effects-menu>
  14.     </effect>
  15.     <script>
  16.         <command reldir="extensions" interpreter="python">motion.py</command>
  17.     </script>
  18. </inkscape-extension>
  19.